chore(deps-dev): bump vue from 3.5.33 to 3.5.35#81
Closed
dependabot[bot] wants to merge 2 commits into
Closed
Conversation
Deploying fs-packages with
|
| Latest commit: |
3668666
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://f61162d3.fs-packages.pages.dev |
| Branch Preview URL: | https://dependabot-npm-and-yarn-vue-3pza.fs-packages.pages.dev |
5d1d5b5 to
518f68b
Compare
518f68b to
e2e2916
Compare
e5cf711 to
dc53cf6
Compare
Bumps [vue](https://github.com/vuejs/core) from 3.5.33 to 3.5.35. - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](vuejs/core@v3.5.33...v3.5.35) --- updated-dependencies: - dependency-name: vue dependency-version: 3.5.34 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dc53cf6 to
7fd033a
Compare
Contributor
Contributor
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Goosterhof
added a commit
that referenced
this pull request
Jun 1, 2026
…ingle hoisted family) — supersedes #81 Dependabot #81 did a surgical lockfile edit that nested @vue/compiler-* at 3.5.35 under sub-packages while the hoisted root vue/@VUE stayed at 3.5.33. Two copies of vue in one tree severs reactivity → empty renders → toast.spec.ts "Mock called 0 times" failures on test:coverage. This regenerates package-lock.json from scratch (rm -rf node_modules package-lock.json && npm install), yielding a single hoisted vue family at 3.5.35 across the whole workspace. No package.json range edits — the ^3.5.33 carets already permit 3.5.35. Lockfile-only. The clean regen also collapses a pre-existing packages/router nested 3.5.35 split present on main; the regenerated tree has zero packages/*/node_modules entries. Audit-gate preservation: the naive regen floated Stryker's transitive typed-rest-client 2.3.0 → 2.3.1, which exact-pins the vulnerable qs@6.15.1 (GHSA-q8mj-m7cp-5q26) — clobbering the curation PR #100 landed on main. Held typed-rest-client at 2.3.0 (its ^6.14.1 qs range resolves to patched 6.15.2) via npm audit fix, lockfile-only, restoring `npm audit` = 0 vulnerabilities. No package.json change. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Goosterhof
added a commit
that referenced
this pull request
Jun 1, 2026
…e-family-lockstep chore(deps-dev): bump vue 3.5.33 → 3.5.35 (clean lockfile regen, single hoisted family) — supersedes #81
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps vue from 3.5.33 to 3.5.35.
Release notes
Sourced from vue's releases.
Changelog
Sourced from vue's changelog.
Commits
8be32d6release: v3.5.3580fc139fix(runtime-core): skip idle persisted transition hooks in keep-alive moves (...d6c7371ci: use backup action for size report commentsbb18dc8perf(runtime-dom): optimize array event handler dispatch (#14828)5734fe9perf(reactivity): skip type checks for cached proxies (#14860)584beb1fix(teleport): skip child unmount when pending mount discarded (#14876) (#14877)34a0dedfix(compiler-core): avoid double processing v-for keys with v-memo (#14861)170fc95fix(runtime-core): avoid repeated hydration mismatch checks (#14857)1b7a2ccperf(server-renderer): avoid materializing iterables in ssrRenderList (#14821)3d077f2fix(compiler-sfc): resolve top-level exports from files registered as global ...